home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_52 / arp.ma < prev    next >
Encoding:
Text File  |  1995-01-01  |  293 b   |  20 lines

  1. uchar arp[16+1][4] = {
  2.     LLA,    e,    LC,    70,
  3.     LC,    s,    LB,    50,
  4.     D#,    s,    LA,    70,
  5.     LA,    e,    LB,    70,
  6.     LB,    s,    C,    100,
  7.     C,    e,    F#,    50,
  8.     F#,    s,    G,    100,
  9.     G,    q,    A,    50,
  10.     A,    e,    D,    25,
  11.     G,    e,    C,    25,
  12.     C,    q,    E,    25,
  13.     A,    s,    B,    0,
  14.     B,    s,    LC,    100,
  15.     HD,    s,    D,    100,
  16.     HE,    s,    G,    100,
  17.     LG,    dq,    C,    100,
  18.     0
  19. }
  20.